home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / hypercar / mactool / thinkcgu.sit / picture ƒ / atring.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-02-17  |  495 b   |  23 lines

  1. /*
  2. *    FILE:        atring.h
  3. *    AUTHOR:        R. Gonzalez
  4. *    CREATED:    November 9, 1990
  5. *
  6. *    Defines atomic animated ring of satellites for pict application.
  7. */
  8.  
  9. # ifndef    atring_h
  10. # define    atring_h
  11.  
  12. # include    "anring.h"
  13.  
  14. /******************************************************************
  15. *   animated ring.  Animated segment consisting of several 
  16. *    satellites of any type.
  17. ******************************************************************/
  18. struct    Atomic_Ring:Animated_Ring
  19. {
  20.     boolean            init(void);
  21. };
  22.  
  23. # endif